arm: omap: abb: add missing include
authorNikita Kiryanov <[email protected]>
Sun, 8 Dec 2013 12:29:19 +0000 (14:29 +0200)
committerTom Rini <[email protected]>
Thu, 12 Dec 2013 19:54:22 +0000 (14:54 -0500)
ABB code uses LDELAY but does not include the header that provides its
definition.

Include the header.

Cc: Tom Rini <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
Acked-by: Nishanth Menon <[email protected]>
arch/arm/cpu/armv7/omap-common/abb.c

index a46783fae2dc09d091b65f2e68044de917fc5807..423aeb980725c1bd700956f6cbfe50f40294e05b 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <common.h>
 #include <asm/omap_common.h>
+#include <asm/arch/clock.h>
 #include <asm/io.h>
 #include <asm/arch/sys_proto.h>